home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / os2 / adaptor.zip / ADAPT.ZIP / adaptor / examples / dalib / random / readme < prev    next >
Text File  |  1993-03-23  |  311b  |  17 lines

  1. int.f:
  2.  
  3.    Print N random numbers in the range 0:K-1
  4.  
  5. real.f:
  6.  
  7.    Print N real random numbers in the range 0..1
  8.  
  9. double.f:
  10.  
  11.    Print N double precision random numbers in the range 0..1
  12.  
  13. count.f:
  14.  
  15.    Get N random numbers in the range 0 : K-1 and count them (there should
  16.    be a good distribution of the numbers
  17.